home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 June / Software of the Month Club 1996 June.iso / mac / ISO9660 / DOS / EDU / MATHTEST / DOC.BAT next >
DOS Batch File  |  1995-07-18  |  645b  |  19 lines

  1. echo off
  2. cls
  3. echo Mathtest .DOC File Utility: Prints out the .DOC file.
  4. echo  
  5. echo This will print the file MATHTEST.DOC to your printer.  The file will be a
  6. echo total length of 9 pages.
  7. echo  
  8. echo Prepare your printer, and press any key to print.  (If you are using a dot-
  9. echo matrix printer, position the paper so that printing will begin a couple of
  10. echo lines below a perforation fold.  The .DOC file includes no top margins.)
  11. echo  
  12. echo If you do not wish to continue, then press CONTROL-C and answer "yes" to the
  13. echo question.
  14. echo  
  15. pause
  16. echo Your printer should now be printing.
  17. copy MATHTEST.DOC PRN
  18. echo Done.
  19.